internal/runtime/atomic.Int32.value (field)
6 uses
internal/runtime/atomic (current package)
types.go#L14: value int32
types.go#L21: return Loadint32(&i.value)
types.go#L28: Storeint32(&i.value, value)
types.go#L37: return Casint32(&i.value, old, new)
types.go#L45: return Xchgint32(&i.value, new)
types.go#L56: return Xaddint32(&i.value, delta)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)